Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. I changed it to point to the GCC executable by setting/exporting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am trying to compile a piece of source code on a Debian 12 system with Basic Gnome installation. To get started, I had to install ```
vcpkg following the steps below:
sudo apt install cmake blueprint-compiler git
git clone https://github.com/microsoft/vcpkg
cd vcpkg
./vcpkg/bootstrap-vcpkg.sh
export VCPKG_ROOT=/home/christoph/Downloads/vcpkg
export PATH=$VCPKG_ROOT:$PATH
export VCPKG_DEFAULT_TRIPLET=x64-linux
export CXX=/home/christoph/Downloads/vcpkg/downloads/tools/cmake-3.30.1-linux/cmake-3.30.1-linux-x86_64/bin/
Make Error at /home/christoph/Downloads/vcpkg/downloads/tools/cmake-3.30.1-linux/cmake-3.30.1-linux-x86_64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:73 (message):
The C++ compiler
is not able to compile a simple test program.
It fails with the following output:
Beta Was this translation helpful? Give feedback.
All reactions